GtkActionHelper: Remove unnecessary NULL check
authorDebarshi Ray <debarshir@gnome.org>
Tue, 13 Jun 2017 09:06:50 +0000 (11:06 +0200)
committerDebarshi Ray <debarshir@gnome.org>
Tue, 13 Jun 2017 19:59:36 +0000 (21:59 +0200)
commit2b48acbdf8849308cec8a8aa614822349abff2e7
tree62fd5a67f4039ecb89af008ac8b6248fe677d6c7
parent33b3985440b2c264085928b639732bd044b1d522
GtkActionHelper: Remove unnecessary NULL check

This NULL check has existed since commit 652f16dd985dbc1b, when
GtkActionHelper was first introduced, but so has the assertion at the
top to ensure the validity of 'widget'.

https://bugzilla.gnome.org/show_bug.cgi?id=783587
gtk/gtkactionhelper.c